Einhugur Word Plugin for Xojo

EinhugurWord Module

EinhugurWord

module EinhugurWord

Enumerations

UnderlineStylesEnum for underline styles, used in the Style class.
AlignmentsEnum for Horizontal alignment, used in the Style class.
HighlightColorsEnum for Highlight color. (Used by the Style class). Highlight color in word is just fixed set of coolers. Not actual RGB values.
VerticalAlignmentsEnum for Vertical alignment, used in the Style class. Vertical alignment is really just Superscript and Subscript.
PictureTypesEnum that has type codes for Pictures embedded in Word documents. This enum is used with the PictureType property on the Drawing class, and also with all methods when embedding pictures.
HeaderFooterTypesEnum which defines types for header and footers.
UnitsEnum used in measurements in various of places in the word document.
PrinterPaperCodesCodes to use with the Page sizes.
TableWidthModesEnum used for table width modes.
SectionBreakTypesType codes for section breaks.
NumberingTypeEnum representing types of List indent.
EmuUnitsUnits used in some places in the plugin such as for shapes.
ShapeVerticalAlignmentsEnum for Shape vertical alignment
ShapeTypesShape types. This enum does only have few types right now since shape support is very preliminary.
Note that Shape support is very preliminary.
LineEndTypesEnum for Line end types on shapes.
Note that Shape support is very preliminary.
FillTypesEnum for fill types in shapes. Only NoFill and SolidFill are supported at this point in time.
Note that Shape support is very preliminary.
ShapeTextWrapText wrap values for shapes.
Note that Shape support is very preliminary.
BorderStyleEnum for border styles.
BorderPartsEnum for border parts.
LineCompoundTypesEnum for Line compound types on shapes.
FieldSeparatorsEnum for field separator values.
ComplexRunFieldTypesField type enum for complex runs.
StrikeThroughValuesEnum for strikethrough settings.
TextCapsStyle values for text caps.
StylePartTypePart codes for TableSTylePart class. Those values define which conditional styles to edit on a TableStyle.
BooleanAttributeEnum to be able to represent boolean that can be True, False or Not set. Which is represented as NO, YES, NOTSET.
TableCellVerticalAlignmentsEnum values for Table call vertical alignments.

Constants

Version = 4.62